<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingContrib.override">

  <require>org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingContrib</require>

  <extension point="requestdump" target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService">
    <requestdump class="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.DefaultRequestDumper">
      <!-- you can add names of attributes you don't want to see listed in the request dump.
        <notListed>
        <attribute>javax.servlet.forward.request_uri</attribute>
        </notListed>
      -->
    </requestdump>
  </extension>

</component>
